home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / IEditor / Generators / defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-17  |  736 b   |  32 lines

  1. #ifndef EXEC_TYPES_H
  2. #include <exec/types.h>
  3. #endif
  4. #ifndef EXEC_LIBRARIES_H
  5. #include <exec/libraries.h>
  6. #endif
  7. #ifndef DOS_DOS_H
  8. #include <dos/dos.h>
  9. #endif
  10. #ifndef EXEC_MEMORY_H
  11. #include <exec/memory.h>
  12. #endif
  13. #ifndef CLIB_EXEC_PROTOS_H
  14. #include <clib/exec_protos.h>
  15. #endif
  16. #ifndef PRAGMAS_EXEC_PRAGMAS_H
  17. #include <pragmas/exec_pragmas.h>
  18. #endif
  19. #ifndef PRAGMAS_DOS_PRAGMAS_H
  20. #include <pragmas/dos_pragmas.h>
  21. #endif
  22. #include <string.h>
  23.  
  24. #include "DEV_IE:Include/IEditor.h"
  25. #include "DEV_IE:Include/generatorlib.h"
  26. #include "DEV_IE:Include/generatorlib-protos.h"
  27.  
  28. extern const unsigned char      LibName[];
  29. extern const unsigned char      LibId[];
  30. extern struct ExecBase         *SysBase;
  31. extern struct Library          *ReqToolsBase;
  32.